iT邦幫忙

0

Install brew on Mac

  • 分享至 

  • xImage
  •  

ref: https://brew.sh/

  1. Install Homebrew

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  2. A warning may appear here
    "Warning: /opt/homebrew/bin is not in your PATH. Instructions on how to configure your shell for Homebrew can be found in the 'Next steps' section below."

  3. Add Homebrew to your PATH: Add the following line to your shell configuration file.
    For Zsh:

    echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
    

    For Bash:

    echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.bash_profile
    
  4. Reload your shell configuration
    For Zsh:

    source ~/.zshrc
    

    For Bash

    source ~/.bash_profile
    

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言